home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/real/wires/r3wmanag.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("oops/r3root.js")
- include("real/wires/r3wire.js")
- var R3CLID_WIREOBJMANAGER = 697;
-
- R3WMANAGM_REALIZE = 697000;
-
- function _R3WMANAGM_REALIZE() {
- return this.r3Do(R3WMANAGM_REALIZE, arguments);
- }
-
- function r3Wireobjmanager () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_WIREOBJMANAGER, arguments);
- }
- // Attributes
- }
-
- r3Wireobjmanager.prototype=new r3Root;
- // Methods
- this.REALIZE=_R3WMANAGM_REALIZE;
-
- // inc/real/wires/r3wmanag.h_H